projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e681b77
)
Fix previous change.
author
Richard Stallman
<rms@gnu.org>
Tue, 16 Aug 2011 02:06:32 +0000
(22:06 -0400)
committer
Richard Stallman
<rms@gnu.org>
Tue, 16 Aug 2011 02:06:32 +0000
(22:06 -0400)
lisp/epa.el
patch
|
blob
|
history
diff --git
a/lisp/epa.el
b/lisp/epa.el
index a3ec2095443ce9c37b141d81b6785bec83398d7f..8ab9e6006e686ac55f94590b81c15ba31d9d892e 100644
(file)
--- a/
lisp/epa.el
+++ b/
lisp/epa.el
@@
-848,7
+848,7
@@
For example:
(delete-region start end)
(goto-char start)
(insert plain))
- (if
copy
-function
+ (if
make-buffer
-function
(with-current-buffer (funcall make-buffer-function)
(let ((inhibit-read-only t))
(insert plain)))